home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / c2pas08d.zip / C2PAS.DOC next >
Text File  |  1990-04-16  |  4KB  |  111 lines

  1.  
  2.                        C2PAS Documentation
  3.                        -------------------
  4.  
  5.  
  6.   C2PAS is (c) Copyright 1990 by L. B. Neal. All rights reserved.
  7.  
  8.   This program is provided "as-is".  I make no warrenty of it's value.
  9.  
  10.   C2PAS is distributed as "cheapware" ie you may try C2PAS before you
  11.   pay for the software.  If you find C2PAS to be of value then you
  12.   MUST register the software or stop using it!  This is NOT an everyday
  13.   use type program therefore the registration is "cheap".  For a tiny
  14.   $5.00 you can become a registered user.  This is a one time only fee.
  15.   If you so desire, I will send you a direct personal copy of the next
  16.   major revison if you send a total of $7.00 when you register.
  17.  
  18.   
  19.   PURPOSE
  20.   -------
  21.    C2PAS is a program that processes a 'C' source code ASCII file and
  22.    produces a source file that is close to being a valid source file
  23.    for Turbo Pascal. 
  24.  
  25.    Imbedded <TABS> will be replaced with 3 <SPACES>.
  26.  
  27.    Due to the popularity of 'C' many excellent programs are out with
  28.    'C' source.  Many folks (myself included) prefer Turbo Pascal over
  29.    'C', this utility is aimed at those folks.
  30.  
  31.    Using C2PAS can significantly reduce your personal effort in time
  32.    and typing to convert a 'C' source file to use under Turbo Pascal.
  33.  
  34.    USAGE
  35.    -----
  36.    C2PAS accepts one file name on the command line.  If you call it
  37.    without a filename you will be reminded that one is needed.  If
  38.    the specified filename is NOT found C2PAS will exit and let you
  39.    know.
  40.  
  41.    C2PAS expects to eat 'C' source files.  They should be pure ASCII.
  42.    Other food will generate random results. The source file MUST be
  43.    acceptable to a 'C' compiler without errors or the results of C2PAS
  44.    will be random!
  45.  
  46.    C2PAS uses about 100K of memory and has been tested with MS-DOS
  47.    4.01 (April 1989 or later). 
  48.  
  49.  
  50.   LIMITATIONS
  51.   -----------
  52.    C2PAS will NOT make a 100% conversion of 'C' source to TP source.
  53.    Subtle differences in 'C' and TP make 100% conversion literally
  54.    become a nightmare.  I am attempting to implement a compromise of
  55.    % conversion and benefit to the program.
  56.  
  57.    The "%" will increase with feedback and comments from users as well as
  58.    my personal use of the utility.
  59.  
  60.    Please do NOT request additions to support unique items related to
  61.    specific compilers!  C2PAS will address the basic 'C' language and
  62.    try to provide maximum conversion efficiency at that level.
  63.  
  64.  
  65.   DISTRIBUTION
  66.   ------------
  67.  
  68.    C2PAS is available thru the "BBS" system.  Software "vendors" and
  69.    "distributors" may distribute C2PAS as long as the package is intact
  70.    and the fee is no more than $5.00.
  71.  
  72.     The latest version can be found at one or more the following BBS's:
  73.  
  74.       PYSMATIC            (408)-992-0372 Sunnyvale, CA
  75.       
  76.       THE COMM CENTER     (408)-737-7245 Sunnyvale, CA
  77.  
  78.       13th Key            (408)-226-3768 San Jose, CA
  79.  
  80.       THE CODE ROOM       (408)-297-1765 San Jose, CA
  81.  
  82.       VIPER BBS           (408)-452-1931 San Jose, CA
  83.  
  84.       PROGRAMMERS INN     (408)-967-3484 MtView, CA
  85.  
  86.  
  87.   COMMENTS
  88.   --------
  89.    The display of the line being processed slows things a bit, but if you
  90.    have problems please copy the line displayed before rebooting your
  91.    computer and report the results to me.  This will help me in finding a
  92.    pattern for any problems.
  93.  
  94.    Your suggestions and comments about C2PAS are welcome.
  95.  
  96.   REGISTRATION
  97.   ------------
  98.    To register C2PAS please send $5.00 in Check or Money Order to:
  99.  
  100.        L.B. Neal
  101.        370 Altair Way #103
  102.        Sunnyvale, CA 94086
  103.  
  104.    Remember $2.00 more brings you a direct mail (1st Class) issue of the
  105.    next major revision.  Please indicate what version you are registering.
  106.  
  107.    NOTE: If you purchased a copy of C2PAS from anyone other than L.B. Neal
  108.          you did NOT pay the registration fee.  You paid for media and
  109.          handling costs!
  110.        
  111.